home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1997 February / macformat-047.iso / Demos / Chiller Killers / Chiller / Chiller.DXR / 00045.ls < prev    next >
Encoding:
Text File  |  1996-11-28  |  341 b   |  18 lines

  1. on exitFrame
  2.   set the visible of sprite 44 to 0
  3.   put " " into field "display"
  4.   compose()
  5.   puppetSprite(1, 0)
  6.   updateStage()
  7.   if the lastClick > (15 * 60) then
  8.     set the textSize of member "display" to 24
  9.     shrink1()
  10.     mixdown()
  11.     put " " into field "advert"
  12.     unLoadCast()
  13.     play frame "a"
  14.   else
  15.     go("fa")
  16.   end if
  17. end
  18.